Remove debug spew
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 21 Jun 2007 05:35:15 +0000 (05:35 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 21 Jun 2007 05:35:15 +0000 (05:35 +0000)
svn path=/trunk/; revision=18214

ChangeLog
gtk/gtktoolbar.c

index 353b91d9f88cecf5c5b97ba71a271a12eb3c35d0..8089636bd46826be5cbd4029fea356ac1ade8303 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-06-21  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtktoolbar.c: Remove debug spew.  (#449492, Christian Persch)
+
 2007-06-21  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtkmain.c (gtk_main_do_event): Remove faulty and irrelevant
index 8230c1149f86fe29ccc3d37f5a3b93a9168738ea..f27c5f459d0884139df7842a28eed34272f50f44 100644 (file)
@@ -1922,8 +1922,6 @@ gtk_toolbar_move_focus (GtkWidget        *widget,
   gboolean try_focus = FALSE;
   GList *children;
 
-  g_printerr ("%s (dir = %d)\n", G_STRFUNC, dir);
-
   if (container->focus_child &&
       gtk_widget_child_focus (container->focus_child, dir))
     {